home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 867 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  988 b 

  1. Path: news.algonet.se!usenet
  2. From: micke_a@algonet.se (Micke Andersson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Interprocess communication /network
  5. Date: Mon, 08 Jan 1996 01:39:51 GMT
  6. Organization: AlgoNet Public Access Node, Stockholm
  7. Message-ID: <30f0750e.92770927@news.algonet.se>
  8. NNTP-Posting-Host: sophocles.algonet.se
  9. X-Newsreader: Forte Agent .99d/32.168
  10.  
  11. I've been trying to get some sort of interprocess communication across
  12. the network to work, I need it to send some short messages between the
  13. same program running on different machines in a (IPX or NetBios)
  14. network. Do I have to write everything using assembler calls to the
  15. IPX interface, or is there some existing library out there to take
  16. care of the low level interface?
  17.  
  18. Some of the messages can be longer than the maximum allowed IPX
  19. message, making the assembler programming to time consuming for me
  20. right now - not to mention that I have no clear idea of some of the
  21. calls to make.
  22.  
  23. Anyone? Really needs this :-)
  24.  
  25. /Micke
  26.  
  27.